home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Wersje pelne i specjalne / Winamp 2.77 i 3.0beta / wasabi-sdk_beta1.exe / readme.txt next >
Text File  |  2001-10-08  |  962b  |  36 lines

  1.  
  2. Nullsoft Wasabi Component SDK Preview #2
  3.  
  4. Still a big pile of code, but getting better.
  5.  
  6. See the file sdklicense.txt for license.
  7.  
  8. The file layout is as follows.
  9.  
  10. attribs/
  11.     code for the attribute system, which consists of basic variables
  12.     that can be made public to other components and to the script system
  13.  
  14. cnv_rawpcm/
  15.     sample converter that converts RAW audio data into PCM audio data
  16.  
  17. cnv_tonepcm/
  18.     sample tone generator (in winamp3, use ctrl+l, tone://2600 to try it out)
  19.  
  20. common/
  21.     code that is common between the studio.exe runtime and components
  22.  
  23. docs/
  24.     some documentation
  25.  
  26. generic/
  27.     a generic example component that does nothing but put up a window
  28.  
  29. services/
  30.     header files for you to use to instantiate your own versions of
  31.     services. Publishing services is how you extend the wasabi platform.
  32.  
  33. studio/
  34.     header files for interfaces to studio.exe, most notably the API,
  35.     which provides nearly all of the functionality
  36.